home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6204.txt < prev    next >
Text File  |  1996-08-30  |  813b  |  11 lines

  1. Double
  2.  
  3. This algorithm is used for nodes where the local value is combined with the global input values with a different operator than the one used to combine the global input values.
  4.  
  5. The output value of a node with 窶廛ouble窶 as algorithm is computed according to the following rule:
  6.  
  7.     Output value = Op2(Op1(X1, X2,窶ヲ), LR)
  8.  
  9. where Op1 is the 窶廾perator 1窶 for this node, Op2 is the 窶廾perator 2窶 for this node, X1, X2,窶ヲ represent its input values, L is the local factor of the node, and R is a random number generated from the distribution of the node. Note, however, that if the node does not include stochastic values, the R-factor is skipped.
  10.  
  11. A node is never initialized with 窶廛ouble窶 as its algorithm. Thus, when you need to use this feature, you always have to select this option manually.